func crypto/tls.clientSessionCacheKey
3 uses
crypto/tls (current package)
handshake_client.go#L265: cacheKey = clientSessionCacheKey(c.conn.RemoteAddr(), c.config)
handshake_client.go#L986: func clientSessionCacheKey(serverAddr net.Addr, config *Config) string {
handshake_client_tls13.go#L678: cacheKey := clientSessionCacheKey(c.conn.RemoteAddr(), c.config)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)